modelmenuitem: Fix icon/label alignment
authorTimm Bäder <mail@baedert.org>
Wed, 11 Oct 2017 07:03:40 +0000 (09:03 +0200)
committerTimm Bäder <mail@baedert.org>
Wed, 11 Oct 2017 07:03:40 +0000 (09:03 +0200)
commitc8add3d169be9ac51d52e5b10511f6c6fa059b10
tree05eb82700c422f2524b1c21722923931830c7bee
parentb3fedda29ee4896d4a86c917ca4db5b664d57d79
modelmenuitem: Fix icon/label alignment

gtk_box_pack_end will put the label child at the right side of the label
(in LTR orientation), but we want it left, directly next to the icon.
Also remove the spacing from the box child as this is a theme thing.
gtk/gtkmodelmenuitem.c